home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000022_fdc@columbia.edu_Fri Apr 5 09:19:45 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  66 lines

  1. Article: 13293 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Building Kermit 8.0.201 on Irix 6.5
  6. Date: 5 Apr 2002 09:19:19 -0500
  7. Organization: Columbia University
  8. Lines: 49
  9. Message-ID: <a8kbp7$er2$1@watsol.cc.columbia.edu>
  10. References: <RV+q8AeH4usM092yn@cinenet.net> <a8hnld$i68$1@watsol.cc.columbia.edu> <ykTr8AeH4m+a.fHR9ssFH6H2M@play.net>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1018016360 434 128.59.39.139 (5 Apr 2002 14:19:20 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 5 Apr 2002 14:19:20 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13293
  16.  
  17. In article <ykTr8AeH4m+a.fHR9ssFH6H2M@play.net>,
  18. Dark Moon <the.earth.below@play.net> wrote:
  19. : As seen from comp.protocols.kermit.misc, on
  20. : 4 Apr 2002 09:23:41 -0500, fdc@columbia.edu (Frank da Cruz) wrote:
  21. : >In article <RV+q8AeH4usM092yn@cinenet.net>,
  22. : >Dark Moon  <the.earth.below@cinenet.net> wrote:
  23. : >: I've tried cc and gcc both.  Here are some results:
  24. : >: 
  25. : >I built it on IRIX 6.5 too, using the regular "make irix65" target,
  26. : >with no errors; you can find the resulting binary at:
  27. : Well, I found the source of that problem, and it was a little
  28. : surprising:  I can only guess that extracting the kermit archive put me
  29. : over quota (though du shows otherwise), so a number of files came out
  30. : 0-byte.  There is enough room in /tmp to build in, though.
  31. : Now for the next problem.  The SGI 'cc' can't seem to find 'wopt.so'...
  32. :
  33. This is something strange about your site.  No such problem at other sites.
  34. The easy way around this one is to remove the optimize directive (-O3 in
  35. this case) from the target.
  36.  
  37. : Now, I was able to find wopt.so in another directory.  Tech support
  38. : told me to use -rpath to tell the compiler where it is, but that didn't
  39. : seem to work, as I got the same exact error...
  40. :
  41. Most cc's have a -L switch that lets you give the path for libraries.
  42.  
  43. : I tried without -DSELECT and -DFNFLOAT, then added them in.  In all
  44. : cases Kermit built successfully and without errors, but I noticed some
  45. : problems right away with the ICP: the 'dir' command doesn't work, and
  46. : neither does tab-filename completion.  Just to be sure, I built this
  47. : same verson (201) on Solaris 2.6 with gcc, and these features worked
  48. : just fine.
  49. All bets are off if you don't use the appropriate makefile target.
  50.  
  51. What happens if you FTP the prebuilt IRIX 6.5 binary to your site
  52. (/tmp if you don't have space in your own directory)?
  53.  
  54.   http://www.columbia.edu/kermit/ck80binaries.html#sgi
  55.  
  56. It should work.  Then just ask the sysadmins to install it.  If they
  57. want more detailed instructions, they can look at:
  58.  
  59.   http://www.columbia.edu/kermit/ckuins.html
  60.  
  61. - Frank
  62.